Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

Attached my wsdl

hi there,

I am very new to web services, here's my sample code for wsdl. Is anyone have idea to call from Java Script? I know is pretty simple but I just not sure how to do it. Would appreciate for help. Many many thx ahead.

<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:DefaultNamespace" xmlns:intf="urn:DefaultNamespace" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:DefaultNamespace">
<message name="helloRequest">
<part name="txt" type="xsd:string"/>
</message>
<message name="helloResponse">
<part name="helloReturn" type="xsd:string"/>
</message>
<portType name="HwProvider">
<operation name="hello" parameterOrder="txt">
<input message="impl:helloRequest" name="helloRequest"/>
<output message="impl:helloResponse" name="helloResponse"/>
</operation>
</portType>
<binding name="DominoSoapBinding" type="impl:HwProvider">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="hello">
<wsdlsoap:operation soapAction="hello"/>
<input name="helloRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</input>
<output name="helloResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:DefaultNamespace" use="encoded"/>
</output>
</operation>
</binding>
<service name="HwProviderService">
<port binding="impl:DominoSoapBinding" name="Domino">
<wsdlsoap:address location="https://sund1.sunway.com.my:443/AppDev/WahMan/WS.nsf/HWJP?OpenWebService"/>
</port>
</service>
</definitions>


Feedback response number WEBB9J73M4 created by ~Elizabeth Frogerolitli on 04/15/2014

How to use javascript to call wsdl ... (~Elizabeth Frog... 10.Apr.14)
. . Here you go... (~Fritz Ekfoober... 10.Apr.14)
. . . . Attached my wsdl (~Elizabeth Frog... 15.Apr.14)
. . . . . . Did you check Carl's link? (~Dan Kikiterobu... 16.Apr.14)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS